![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
markdown-it-sup
Advanced tools
Superscript (
<sup>
) tag plugin for markdown-it markdown parser.
v1.+ requires markdown-it
v4.+, see changelog.
29^th^
=> 29<sup>th</sup>
Markup is based on pandoc definition. But nested markup is currently not supported.
node.js, browser:
npm install markdown-it-sup --save
bower install markdown-it-sup --save
var md = require('markdown-it')()
.use(require('markdown-it-sup'));
md.render('29^th^') // => '<p>29<sup>th</sup></p>'
Differences in browser. If you load script directly into the page, without
package system, module will add itself globally as window.markdownitSup
.
FAQs
<sup> tag for markdown-it markdown parser.
The npm package markdown-it-sup receives a total of 75,674 weekly downloads. As such, markdown-it-sup popularity was classified as popular.
We found that markdown-it-sup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.